home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1998 June / SGI Freeware 1998 June.iso / dist / fw_ATxgopher.idb / usr / freeware / src / xgopher.1.3 / xglobals.h.z / xglobals.h
C/C++ Source or Header  |  1998-01-21  |  1KB  |  31 lines

  1. /* xglobals.h
  2.    X resources, such as the application context and Pixmaps,
  3.    that need to be shared amoung the various source files
  4.    that use the X window system. */
  5.  
  6.      /*---------------------------------------------------------------*/
  7.      /* Xgopher        version 1.3     08 April 1993                  */
  8.      /*                version 1.2     20 November 1992               */
  9.      /*                version 1.1     20 April 1992                  */
  10.      /*                version 1.0     04 March 1992                  */
  11.      /* X window system client for the University of Minnesota        */
  12.      /*                                Internet Gopher System.        */
  13.      /* Allan Tuchman, University of Illinois at Urbana-Champaign     */
  14.      /*                Computing and Communications Services Office   */
  15.      /* Copyright 1992, 1993 by                                       */
  16.      /*           the Board of Trustees of the University of Illinois */
  17.      /* Permission is granted to freely copy and redistribute this    */
  18.      /* software with the copyright notice intact.                    */
  19.      /*---------------------------------------------------------------*/
  20.  
  21. #include <X11/Intrinsic.h>
  22.  
  23. XtAppContext    appcon;
  24.  
  25. Atom    wmDeleteAtom;
  26. Pixmap    pageDownPixmap, pageUpPixmap;
  27. Pixmap    pulldownPixmap;
  28. Pixmap    checkPixmap, uncheckPixmap;
  29. Pixmap    gray;
  30. XtTranslations    oneLineParsed;
  31.